home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / ldapjdk.jar / LDAPTool$1.class (.txt) < prev   
Encoding:
Java Class File  |  1999-04-13  |  699 b   |  9 lines

  1. import netscape.ldap.LDAPRebind;
  2. import netscape.ldap.LDAPRebindAuth;
  3.  
  4. final class LDAPTool$1 implements LDAPRebind {
  5.    public LDAPRebindAuth getRebindAuthentication(String var1, int var2) {
  6.       return new LDAPRebindAuth(LDAPTool.m_client.getAuthenticationDN(), LDAPTool.m_client.getAuthenticationPassword());
  7.    }
  8. }
  9.